github.com/gotd/td/internal/crypto/srp.SRP.secondary (method)

2 uses

	github.com/gotd/td/internal/crypto/srp (current package)
		hash.go#L112: func (s SRP) secondary(password, salt1, salt2 []byte) []byte {
		new_hash.go#L18: 	x = new(big.Int).SetBytes(s.secondary(password, clientSalt, serverSalt))